home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_s / story.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-09-27  |  565b  |  28 lines

  1. echo off 
  2. echo Installing The Book
  3.  
  4. rem  Install program for "The Book"
  5. rem  By James E. Thompson & David Trammell
  6. rem  Copyright 1992
  7.  
  8. rem Makes the necessary sub-directories.
  9. echo Making sub-directories......
  10. md c:\story
  11. md c:\story\pcx
  12.  
  13. rem Copies files into the correct sub-directories. 
  14. echo Copying files......
  15. copy book#1.exe c:\story\book#1.exe
  16. copy book#2.exe c:\story\pcx\book#2.exe
  17.  
  18. echo Extracting files......
  19. cd\story
  20. book#1.exe
  21. erase book#1.exe
  22.  
  23. cd\story\pcx
  24. book#2.exe
  25. erase book#2.exe
  26.  
  27. cd\story
  28. echo Type "Story" to begin.